Make { and } ignore lines containing only whitespace

Posted by ??iu on Stack Overflow See other posts from Stack Overflow or by ??iu
Published on 2009-12-05T18:37:17Z Indexed on 2010/05/05 23:48 UTC
Read the original article Hit count: 211

Filed under:

When you navigate by paragraph in vim using { and } it skips lines that contain nothing but whitespace though they are otherwise 'blank'.

How can I convince vim to treat "whitespace only" lines as paragraph breaks so { and } will jump to them?

© Stack Overflow or respective owner

Related posts about vim